STOP EXECUTABLE

Terminate the specified executable process.

  Syntax
STOP EXECUTABLE Executable ID
  Parameters
Executable ID
Dword
The DWORD handle which describes the executable

  Returns

This command does not return a value.

  Example Code
id=execute executable("notepad.exe","","")
while executable running(id)=1
if spacekey()=1 then stop executable id
endwhile
  See also

FILE Commands Menu
Index